projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9992026
)
actionable: silence g-i scanner warning
author
Cosimo Cecchi
<cosimoc@gnome.org>
Wed, 30 May 2012 21:28:06 +0000
(17:28 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 25 Jun 2012 18:49:11 +0000
(14:49 -0400)
The parameter should be named the same in the definition and the
declararion.
https://bugzilla.gnome.org/show_bug.cgi?id=677127
gtk/gtkactionable.h
patch
|
blob
|
history
diff --git
a/gtk/gtkactionable.h
b/gtk/gtkactionable.h
index f8ea75e00f7cc5a805cedefd9d850971f5b23180..15fc61719d4c1923dc1e23d05a85578664a679b9 100644
(file)
--- a/
gtk/gtkactionable.h
+++ b/
gtk/gtkactionable.h
@@
-45,7
+45,7
@@
struct _GtkActionableInterface
const gchar *action_name);
GVariant * (* get_action_target_value) (GtkActionable *actionable);
void (* set_action_target_value) (GtkActionable *actionable,
- GVariant *
action_
target_value);
+ GVariant *target_value);
};
GDK_AVAILABLE_IN_3_4